From: tsteven4 Date: Tue, 9 Feb 2016 04:20:04 +0000 (-0700) Subject: Suppress valgrind errors with Qt 4.8.1 on Ubuntu precise for travis. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~9^2~32^2~2^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8f472c93973516ee32ab60eb3db72d02bb1ed1ca;p=gpsbabel.git Suppress valgrind errors with Qt 4.8.1 on Ubuntu precise for travis. --- diff --git a/gpsbabel.supp b/gpsbabel.supp index 5e192c7ba..e91a05fac 100644 --- a/gpsbabel.supp +++ b/gpsbabel.supp @@ -39,3 +39,23 @@ ... fun:_ZN11QTextStreamC1EP9QIODevice } + +{ + + Memcheck:Leak + fun:memalign + fun:posix_memalign + obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4 + fun:g_slice_alloc + fun:g_slice_alloc0 + fun:g_thread_self + fun:g_main_context_acquire + fun:g_main_context_push_thread_default + fun:_ZN27QEventDispatcherGlibPrivateC1EP13_GMainContext + fun:_ZN20QEventDispatcherGlibC1EP7QObject + fun:_ZN23QCoreApplicationPrivate21createEventDispatcherEv + fun:_ZN16QCoreApplication4initEv + fun:_ZN16QCoreApplicationC1ERiPPci + fun:main +} + diff --git a/testo.d/kml.test b/testo.d/kml.test index e482681e3..ed5c834cf 100644 --- a/testo.d/kml.test +++ b/testo.d/kml.test @@ -78,5 +78,5 @@ then esac; done else - echo "SKipping KML validation phase." + echo "Skipping KML validation phase." fi diff --git a/vtesto b/vtesto index 4b286817f..b8b251c2c 100755 --- a/vtesto +++ b/vtesto @@ -11,7 +11,7 @@ BASEPATH=`dirname $0` while getopts "lj:" opt; do case $opt in - l) OPTS="--leak-check=full --show-reachable=yes --suppressions=gpsbabel.supp" ; QUIET="";; + l) OPTS="--leak-check=full --show-reachable=yes --num-callers=24 --suppressions=gpsbabel.supp" ; QUIET="";; j) LOG=$OPTARG;; esac done